Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection.IItem<TItem,TContainer> Interface / Name Property


In This Topic
Name Property (NamedObjectCollection.IItem<TItem,TContainer>)
In This Topic
Gets the name of this item.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As NamedObjectCollection.IItem(Of TItem,TContainer)
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

A string value indicates the item's name.
Remarks
Although the caller can change item's name, it isn't recommended. The setter is intended to be used internal only.
See Also